home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / games / addons / p2_abc.arj / PATABC.BAT < prev    next >
DOS Batch File  |  1993-12-02  |  3KB  |  91 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO.
  4. ECHO Welcome to the Disney Software Sound Blaster Update Patch Installation.
  5. ECHO.
  6. ECHO This batch file that you are now running will do three things:
  7. ECHO.
  8. ECHO 1.  Delete old files that are no longer necessary.
  9. ECHO.
  10. ECHO 2.  Install the new updated files to improve the sound quality
  11. ECHO     on your Blaster or 100% compatible sound card.
  12. ECHO.
  13. ECHO 3.  Place a Windows 3.1 Launcher Icon in your program directory.
  14. ECHO     Setup instructions for this Icon can be found in the file
  15. ECHO     README.TXT in this directory.  You can use any text editor to
  16. ECHO     view that file for more instructions.
  17. ECHO.
  18. ECHO Now we will begin the installation for the Mickey's ABC's sound patch.
  19. ECHO.
  20. PAUSE
  21. CLS
  22. ECHO.
  23. ECHO First we will make sure that you are in the proper directory.
  24. ECHO.
  25. IF EXIST MICKPVGA.EXE GOTO :GOODEND
  26. IF NOT EXIST MICKPVGA.EXE GOTO :BADEND
  27. GOTO END
  28.  
  29. :BADEND
  30. ECHO.
  31. ECHO  ERROR -- MICKPVGA.EXE was not found in the current directory.  You 
  32. ECHO           are not in the sub-directory where Mickey's ABC's is 
  33. ECHO           installed.  Please make sure that you move the files 
  34. ECHO           PATABC.BAT and PB-ABC.EXE to the directory where Mickey's 
  35. ECHO           ABC's is installed, and then try running PATABC again to 
  36. ECHO           successfully install the Sound Blaster Patch.
  37. ECHO.
  38. PAUSE
  39. GOTO END
  40.  
  41. :GOODEND
  42. ECHO.
  43. ECHO OK -- MICKPVGA.EXE file was found in the current directory, now we
  44. ECHO       will look an see if you have the proper update file.
  45. ECHO.
  46. IF EXIST PB-ABC.EXE GOTO :SETUP
  47. IF NOT EXIST PB-ABC.EXE GOTO :NOFILE
  48. GOTO SETUP
  49.  
  50. :NOFILE
  51. ECHO. 
  52. ECHO ERROR -- The file PB-ABC.EXE is not available. Please make sure 
  53. ECHO          the files PATABC.BAT and PB-ABC.EXE are in the same
  54. ECHO          directory where Mickey's ABC's is installed, and then
  55. ECHO          attempt to run PATABC again.
  56. ECHO.
  57. GOTO END
  58.  
  59. :SETUP
  60. ECHO OK -- All of the correct files are here, and we will now begin 
  61. ECHO       installing the Sound Blaster patch.
  62. ECHO.
  63. PAUSE
  64. ECHO.
  65. DEL MICKEY.BAT
  66. DEL GAME.CFG
  67. DEL INSTALL.CFG
  68. DEL INSTALL.EXE
  69. DEL MICKCGA.EXE
  70. DEL MICKTDY.EXE
  71. DEL MICKEGA.EXE
  72. DEL MICKPVGA.EXE
  73. DEL SETUP.EXE
  74. DEL AD15.DRV
  75. DEL PC15.DRV
  76. DEL SB15.DRV
  77. DEL TD15.DRV
  78. DEL *.NNV
  79. PB-ABC 
  80.  
  81. ECHO.
  82. ECHO Now we will run the SETUP program to reselect your options for 
  83. ECHO Mickey's ABC's.  Please make the proper selections for your
  84. ECHO system and when you are finished, the new patch will be installed,
  85. ECHO and the program should work properly.
  86. ECHO.
  87. SETUP
  88.  
  89. :END
  90. REM CLS
  91.